home *** CD-ROM | disk | FTP | other *** search
/ Power Bytes: Money & Finance / PowerBytes Money and Finance CD-ROM 01 / PowerBytes Money and Finance CD-ROM 01.iso / Utilities / reminder files / REMINDERS < prev   
Encoding:
Text File  |  1987-05-19  |  3.9 KB  |  117 lines  |  [TEXT/MACA]

  1. % ╥mind╙ reminders file. ,
  2. %
  3. % With MacWrite, save this USING "SAVE AS" .. 
  4. % TEXT ONLY. >> Don't use just "SAVE" <<
  5. % ==== ====
  6. % See the end of this file for brief instructions
  7. * * * * * 
  8. * * * * * r/b Welcome to MIND 
  9. * 2 21 * *
  10. * 2 24 * * ! It's almost your birthday, Krys
  11. * * 1 *  *
  12. * * 3 *  * d/m Pay Rent
  13. * wed * 12 *
  14. * wed * 14 30 d Don't forget your regular 2:30 meeting!
  15. * Jan * * *
  16. * Jan 24 * * /ysd  Happy New Year!
  17.  
  18. * * * 23 50
  19. * * * 24 00 m/h midnight
  20.  
  21. * * * * *
  22. * * * * * fi  ..............end of executable lines....................
  23.  
  24.    An explanation of this file follows, this is incomplete
  25. documentation.  For a complete list of features and options,
  26. see the documentation for ╥mind╙, or send $10 to:
  27.      Gregory Dudek
  28.      3476 Vendome Avenue
  29.      Montreal, Canada
  30.      M4Y 1L6
  31.  
  32.    This file must be made up of *PAIRS* of lines of the form:
  33.  
  34. Y1 M1 D1 H1 m1
  35. Y2 M2 D2 H2 m2  ff  text
  36.  
  37. or of the form
  38.  
  39. Y1 M1 D1 H1 m1 ff text
  40. .                                             (a line that starts with a period)
  41.  
  42.      These lines must be terminated by Carriage Returns (as if they were
  43. new paragraphs in MacWrite).
  44.  
  45. Where:
  46.   Y1 & Y2  are years  (eg.  71 & 86, or 1971  & 1986)
  47.   M1 & M2  are month numbers or names (numbers from 1 to 12)
  48.   D1 & D2  are day numbers or names (eg. 1 to 31)
  49.   H1 & H2  are hours of the day IN 24-HOUR FORMAT (aka. military time)
  50.                eg.  5am is 5 (or 05), 5pm is  17, 11pm is 23 &
  51.                midnight is 00
  52.   m1 & m2  are minutes (numbers from 0 to 59)
  53.   ff       are flag letters, as described below
  54.   text     is anything (eg.  "Hello world")
  55.  
  56.   The meaning of such pairs of lines can be described as: ╥if the
  57. time is now between Y1,M1,D1,H1,m1 (time1) and time2, then perform
  58. the action specified by the flags and the text╙.
  59.  
  60.   Any of the values Y2, M2, D2, H2, m2, can by replaced by an asterisk (*)
  61. meaning "the current time".  Any of the entries of the SECOND
  62. line of the pair can have the form +N, where N is a number.  This
  63. is equivalent to the value in same entry of the first or the pair
  64. line, plus N.
  65.   
  66.   The flags are a group of ONE OR MORE characters that specify
  67. what to do with the next.  The allowed flags  currently include:
  68.  
  69.  m  the text is a message to be displayed in a dialog box until the
  70.         "ok" box is clicked. ( "m"essage) This is the default.
  71.  d  the text is to be displayed for a couple of 
  72.         seconds without waiting
  73.         for a mouse click ( "d"elay-only message)
  74.  r  install mind to run after every application (before the finder)
  75.  x  the text is the name of an application to be launched
  76.  b  beep
  77.  !  beep three times
  78.  _  null flag (indicates nothing)
  79.  /y  only do this action once per Year   (at most)
  80.  /m  only do this action once per Month
  81.  /d  .......................  per Day
  82.  /w  .......................  per Week
  83.  /i  .......................  per mInute
  84.  /b  .......................  per system Bootup (useful for
  85.           running programs that ╥initialize╙ your system)
  86.  f   don't process any more lines in this file ( "f"inish)
  87.  i   don't print this message ( "i"gnore )
  88.  
  89. For example:
  90.  
  91. 86 10 11 0 0 _ _
  92. 86 10 11 23 59 !m Happy Birthday: You're 28 years old
  93.  
  94.   Causes the message (Happy Birthday...) to be displayed on
  95.   October 11th 1986 (any time that day).  If the year specification
  96.   were "*", it would do it October 11th of EVERY year.
  97.  
  98.  
  99. * * 1 * * _ _
  100. * * 1 * * mb Pay your rent
  101.  
  102.      Causes the message "Pay your rent" to be displayed (until
  103.   clicked) and the bell to ring, it does this every time the 
  104.   program is executed on the first day of ANY month.
  105.  
  106.  
  107. * * 1 * * _ _
  108. * * +9 * * d/b Pay your rent
  109.  
  110.      Causes the same message to be displayed briefly when
  111.    the system is
  112.    started up, at most ONCE per
  113.    month, if the date is within the first ten days of the
  114.    month (instead of only on the first day).
  115.  
  116.  
  117.